只为成功找方法,不为失败找理由。

博客园 首页 新随笔 联系 订阅 管理
Error states that TextField widgets require a Material widget ancestor. Simply wrapping your whole loginWidget into Scaffold will solve the problem.

Widget LoginPage() {
   return new Scaffold(body: *your whole code*)
}

  

posted on 2018-09-10 17:28  诗意的活着  阅读(3823)  评论(0编辑  收藏  举报